Edit Task: AllowBonusing
Description
The AllowBonusing attribute under EditTask is used with the Bonusing plug-in. It defines whether the task's assignments can also be used to assign other task's assignments via bonusing.
Parameters
Parameter | Description |
---|---|
AllowBonusing | A Boolean value. If true, the task's assignments can also be used to assign other task's assignments via bonusing. The other task must also have this value set to true. |
Examples
Allow bonusing for the SkyObservation task
PATCH api/task/SkyObservation
Body:
{
"AllowBonusing" : "TRUE"
}